Introduction
The Configuration Module in xpander.ai Python SDK handles authentication and environment setup. By default, the SDK automatically loads configuration from environment variables, requiring explicit configuration only when you need to override defaults or use multiple configurations in parallel.Overview
The SDK uses automatic configuration by default:- Reads credentials from environment variables automatically
- No explicit configuration needed for basic usage
- Only use Configuration class when you need to override defaults or manage multiple environments
Examples
Default Behavior (Recommended)
Set up your environment variables and use the SDK modules directly:Override Configuration
Override specific settings when needed:Multiple Configurations in Parallel
Use different configurations simultaneously for multiple environments:Continue to the [Configuration API Reference](/API reference/configuration/API reference) for detailed documentation on classes and methods.
Related Documentation
Agents Module
Agent management using configuration
Tasks Module
Task execution and management
Events Module
Event-driven programming
Tools Repository
Tool integration and management
Support
For additional help:- Full SDK Documentation
- Email: dev@xpander.ai